home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / scripts / CONTENTS < prev    next >
Text File  |  1997-01-15  |  1KB  |  54 lines

  1. These are the example scripts that come with eggdrop.  They're meant
  2. to be useful AND to introduce Tcl to those who haven't dealt with it
  3. before.  Even people who program in Tcl may be confused by eggdrop's
  4. implementation at first, because so many commands were added to
  5. interface the bot.
  6.  
  7. compat.tcl
  8.    compatability script for really old eggdrop versions
  9.  
  10. console.tcl
  11.    saves and restores users' console levels
  12.  
  13. dike.tcl
  14.    detects floodnet attacks and puts offending floodnet members on
  15.    ignore, while sharing the floodnet hostmasks with other bots on
  16.    your botnet (good example of botnet coordination)
  17.  
  18. gainops1.tcl
  19.    a way to get ops from other bots on the botnet (if they're on the
  20.    same channel)
  21.  
  22. local.tcl
  23.    uses the FILT binding to send text starting with ' to local users
  24.    only (not the rest of the botnet)
  25.  
  26. ques3.tcl
  27.    makes web pages of who's on each channel, updated periodically
  28.    (requires toolkit.tcl)
  29.  
  30. samples.tcl
  31.    adds several commands (more good examples)
  32.  
  33. toolkit.tcl
  34.    a few useful proc's that may be required by other Tcl scripts
  35.  
  36. toolbox.tcl
  37.    cmwagner's collection of handy proc's
  38.  
  39. wire.tcl
  40.    encrypted communications over a botnet
  41.  
  42.  
  43. There is also one ircII script here:
  44.  
  45. ntalk.irc
  46.    ntalk v4, which makes dcc chats with eggdrops look nice
  47.  
  48.  
  49. And there is one sample eggdrop config:
  50.  
  51. gaysf
  52.    a bot "Lamerbot" which stays in the shadows, only giving ops to those
  53.    who ask, and not getting involved in channel politics
  54.